home *** CD-ROM | disk | FTP | other *** search
/ Aminet 37 / Aminet 37 (2000)(Schatztruhe)[!][Jun 2000].iso / Aminet / biz / titan / Heretic2_D4.lha / HereticIIDemo / Run_HereticII < prev    next >
Text File  |  2000-04-20  |  585b  |  23 lines

  1. failat 21
  2. version >NIL: Libs:chunkyppc.library version 27
  3. if warn
  4.     echo "You need chunkyppc.library V27 or better to run this demo."
  5.     ask "Should I copy the library to your libs: directory (y/n)?"
  6.     if warn
  7.         echo "Copying chunkyppc.library to libs:"
  8.         copy chunkyppc.library libs:
  9.     endif
  10. endif
  11. version >NIL: Libs:chunkyppc.library version 27
  12. if warn
  13.     echo "Heretic II won't run without chunkyppc.library"
  14.     quit
  15. endif
  16. getenv >NIL: HereticII-Demo/dbuf
  17. if warn
  18.     setenv HereticII-Demo/dbuf 1
  19. endif
  20. stack 600000
  21. echo "Starting the Heretic II demo"
  22. Heretic2
  23.